home *** CD-ROM | disk | FTP | other *** search
- ##
- ## Proxomitron Config File
- ##
-
- [Global]
- Enable = TRUE
- FreezeGIF = TRUE
- FilterHTML = TRUE
- FilterHeadersOut = TRUE
- FilterHeadersIn = TRUE
- EnableProxy = FALSE
- EnableAutoRun = FALSE
- ForceTextures = FALSE
- NoTextures = FALSE
- SysTray = TRUE
- UseSSLeay = FALSE
- Port = 8080
-
- [Blocklists]
- List.AdList = "..\URL Killfile.txt"
- List.NoImages = "..\Kill Images.txt"
- List.CookieList = "..\AllowCookies.txt"
- List.AdKeys = "..\Keyword list.txt"
- List.JumpList = "..\URL Alias List.txt"
- List.MIME-List = "..\MIME Fix List.txt"
-
- [HTTP headers]
- In = FALSE
- Out = TRUE
- Key = "Accept-encoding: prevent webpage encoding (out)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Authorization: Example password entry (out)"
- URL = "www.needspassword.com/this/area/protected.html"
- Replace = "basic bWljaGllOm5lb24temVicmE="
-
- In = FALSE
- Out = FALSE
- Key = "Cache-Control: allways cache (in)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Connection: Close all connections (In+Out)"
- Replace = "close"
-
- In = TRUE
- Out = FALSE
- Key = "Content-Type: character set filter (in)"
- Match = "text/html;*charset*"
- Replace = "text/html"
-
- In = FALSE
- Out = FALSE
- Key = "Content-Type: Show contents of .pac files"
- Match = "application/x-ns-proxy-autoconfig"
- Replace = "text/plain"
-
- In = FALSE
- Out = FALSE
- Key = "Content-Type: View RealAudio links"
- Match = "*realaudio*"
- Replace = "text/html"
-
- In = TRUE
- Out = FALSE
- Key = "Content-Type: Fix MIME types (In)"
- Match = "text/plain$URL([^/]+*.([a-z0-9]+{2,5}(^?)&$LST(MIME-List)))"
- Replace = "\0"
-
- In = FALSE
- Out = FALSE
- Key = "Cookie: Fake a cookie (out)"
- Match = "*"
- Replace = "monster"
-
- In = FALSE
- Out = FALSE
- Key = "Cookie: Kill a cookie (out)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Expires: allways cache (in)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Forwarded:"
- Replace = "\h"
-
- In = FALSE
- Out = FALSE
- Key = "If-Modified-Since: Always reload pages (Out)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Last-Modified: (In)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Pragma: Don't force reloads"
- Match = "no-cache"
-
- In = FALSE
- Out = FALSE
- Key = "Proxy-Authorization: Send password to proxy server"
- Replace = "basic cHJveHl1c2VyOnByb3h5cGFzcw=="
-
- In = FALSE
- Out = TRUE
- Key = "Referer: Hide where we've been (Out)"
- Match = "*"
- Replace = "\u"
-
- In = FALSE
- Out = FALSE
- Key = "Set-cookie: Never accept cookies (In)"
- Match = "*"
-
- In = FALSE
- Out = FALSE
- Key = "Set-cookie: Make all cookies session only"
- URL = "(^$LST(CookieList))"
- Match = "\1expires=(*;\2|)"
- Replace = "\1\2"
-
- In = FALSE
- Out = FALSE
- Key = "URL: Un-Prefixer (Out)"
- Match = "[^\]+\w[^a-z]((http|ftp)[^.&]+)\1"
- Replace = "$JUMP($UESC(\1))"
-
- In = FALSE
- Out = TRUE
- Key = "URL: Alias Redirector (Out)"
- URL = ".$LST(JumpList)"
-
- In = FALSE
- Out = FALSE
- Key = "URL: Enable Netscape Keywords (Out)"
- URL = "[^./]+/(^?)&\w[a-z]&$RDIR(http://keyword.netscape.com/keyword/\h)"
-
- In = FALSE
- Out = TRUE
- Key = "URL-Killer: kill-a-URL (out)"
- URL = "$LST(AdList)"
- Replace = "URL killed \k"
-
- In = FALSE
- Out = FALSE
- Key = "User-Agent:"
- Match = "*"
- Replace = "SpaceBison/0.01 [fu] (Win67; X; ShonenKnife)"
-
- In = FALSE
- Out = FALSE
- Key = "WWW-Authenticate: filter out password requests (in)"
- Match = "Basic*realm="*""
-
- In = FALSE
- Out = FALSE
- Key = "X-Forwarded-For:"
- Replace = "yahoo.com, microsoft.com, netscape.com, aol.com, \h"
-
-
- [Patterns]
- Name = "Banner Replacer"
- Active = FALSE
- Bounds = "<a\s*</a>"
- Limit = 800
- Match = "\0<img (\1border=\w|) \2 src=\w (\3border=\w|) \4"
- "&(*(href|src)=$LST(AdKeys)|"
- "(*width=[#460-480] & *height=[#55-60])|"
- "(*width=[#88] & *height=[#31]))*"
- Replace = "\0<img \1 border=1 \2 src=\dclear.gif \3 \4"
-
- Name = "Banner Blaster (limit text)"
- Active = TRUE
- Multi = TRUE
- Bounds = "<a\s[^>]++href=*</a>|<input*>"
- Limit = 800
- Match = "\1<(img|image|input)*>\3"
- "&(*(href|src)=$LST(AdKeys)|"
- "*http://*<(img|image|input)\s(*width=[#460-480] & *height=[#55-60]|"
- "*width=[#88] & *height=[#31]) *>)*"
- "&(*alt="(([^'"]+{18})\2*|\2)'|$SET(2=Ad))"
- "&(^*height=[#0-30])"
- Replace = "<center>\1<font size=1 color=red>[\2]</font>\3</center>"
-
- Name = "Banner Blaster (full text)"
- Active = TRUE
- Multi = TRUE
- Bounds = "<a\s[^>]++href=*</a>|<input*>"
- Limit = 800
- Match = "\1<(img|image|input)*>\3"
- "&(*(href|src)=$LST(AdKeys)|"
- "*http://*<(img|image|input)\s(*width=[#460-480] & *height=[#55-60]|"
- "*width=[#88] & *height=[#31]) *>)*"
- "&(*alt="\2'|$SET(2=Ad))"
- "&(^*height=[#0-30])"
- Replace = "<center>\1<font size=1 color=red>[\2]</font>\3</center>"
-
- Name = "Area Map Ad Blaster"
- Active = TRUE
- Multi = TRUE
- Bounds = "<img\s[^>]+> <map\s*</map>"
- Limit = 800
- Match = "*usemap*>*"
- "&*(ads.|log_click|/ad|clickthru|(banner|ad|acct|source|click)(id|)=|adbanner|clicker|sponsor|adver|promo|redirect)*"
- "&*<map*<area (*href=(\w)\1 & (*alt="\2'|))*>\3</map>"
- Replace = "<br><killmap><font size=1><a href=\1>[\2]</a></font>\3</killmap>"
-
- Name = "Area Map Ad Blaster pt2 (show all links)"
- Active = TRUE
- Multi = TRUE
- Bounds = "<killmap>*</killmap>"
- Limit = 800
- Match = "\1 <area (*href=(\w)\2 & (*alt="(?+{12})\3*|\3'|))*> \4"
- Replace = " \1 <font size=1><a href=\2 >[\3]</a></font> \4 "
-
- Name = "Kill JavaScript Banners"
- Active = TRUE
- Bounds = "<script\s(*</script>|*)"
- Limit = 500
- Match = "(*[.'"](flycast|burstnet|linksynergy|hitbox.com|adbureau.net|(double|value)click|d.im.width)\1*|"
- "(*document.write*<img*</a>*&*/ads/*)"
- ")&*>\0"
- Replace = "<font size=1>[\1]</font>\r\n"
- "<script language="ShonenScript">\r\n"
- "\0"
-
- Name = "Kill Hyper Banner"
- Active = TRUE
- Bounds = "<applet\s*</applet>"
- Limit = 5000
- Match = "*code=("|)(scroll|NavigatorTicker|movie|WSSApplet|hyper).class*"
- Replace = "<font size=1>[JavaApp Killed]</font><br>"
-
- Name = "Counter Killer"
- Active = FALSE
- Bounds = "<img\s*>"
- Limit = 256
- Match = "\1src=("|)(\w[^a-z_](the|)count\w|http://\w(cgi-bin|\?)\w) \2"
- Replace = "\1 src="\dhtml/killed.gif" \2"
-
- Name = "Kill off-site Images"
- Active = FALSE
- Multi = TRUE
- Bounds = "<a\s[^>]++ref=*</a>|<i(mg|nput)\s*>"
- Limit = 800
- Match = "\1<i(mg|nput)(*alt="\0"|)*>\2&*http://(^\h)"
- "&(^*(width=[#0-75]|height=[#0-20]))"
- Replace = " \1<font size=1>[\0]</font>\2"
-
- Name = "Kill all Images on selected pages"
- Active = TRUE
- URL = "$LST(NoImages)"
- Bounds = "<(img|image|input)*>"
- Limit = 256
- Match = "\1src=[^ >]+\2&(^*height=[#3:16])"
- Replace = "\1 border=1 "
- "src="\dhtml/killed.gif" \2"
-
- Name = "Un-Prefix URLs"
- Active = TRUE
- URL = "[^.]+.(deja|vintagegaming|lycos|snap)"
- Limit = 512
- Match = "href=?????\w[^a-z]((http|ftp)[^".'& ]+)\1[^ >]+"
- Replace = "href="$UESC(\1)""
-
- Name = "Webpage Background Killer"
- Active = FALSE
- Multi = TRUE
- Limit = 200
- Match = "<body \1background=\2>"
- Replace = "<body \1nobak=\2>"
-
- Name = "Webpage Background Replacer"
- Active = FALSE
- Multi = TRUE
- Limit = 200
- Match = "<body ( \1 background=\w|) \2>"
- Replace = "<body \1 background="\dblack.gif" \2>"
-
- Name = "Kill All Backgrounds (even tables)"
- Active = FALSE
- Limit = 20
- Match = "background="
- Replace = "nobak="
-
- Name = "Sounds to links"
- Active = FALSE
- Bounds = "<(embed|bgsound)\s*>"
- Limit = 1024
- Match = "*src=("*'|\w)\1&(*type=(\w)\2|$SET(2=AV-Killed))*"
- Replace = "<a href=\1 >[\2]</a>"
-
- Name = "Sound Silencer"
- Active = FALSE
- Limit = 20
- Match = "<(embed|bgsound)\s"
- Replace = "<keepquiet "
-
- Name = "Embedded MIDI Silencer"
- Active = FALSE
- Bounds = "<embed\s*>"
- Limit = 256
- Match = "*src=("*'|\w)\1*&*(.mid|midi)"
- Replace = "<embed src=\1 height=15 controls=smallconsole >"
-
- Name = "Blink Buster (Blink to Bold)"
- Active = TRUE
- Limit = 20
- Match = "<(/|)\1blink>"
- Replace = "<\1b>"
-
- Name = "Freeze font's face"
- Active = FALSE
- Limit = 80
- Match = "<font\s\1face=\2>"
- Replace = "<font \1ecaf=\2>"
-
- Name = "Onload unloader"
- Active = FALSE
- Limit = 20
- Match = "onload="
- Replace = "LoadOff="
-
- Name = "OnUnload unloader"
- Active = TRUE
- Multi = TRUE
- Bounds = "<body\s*>"
- Limit = 300
- Match = "\1 onunload=\2"
- Replace = "\1 UnLoadOff=\2"
-
- Name = "Kill All pop-up windows"
- Active = TRUE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> "
- "PrxRealOpen=window.open; "
- "function PrxNullWin(){this.window;} "
- "function PrxOpen(url,nam,atr){return(new PrxNullWin());} "
- "window.open=PrxOpen;"
- "</script>\r\n"
-
- Name = "Restore pop-up windows after page loads"
- Active = TRUE
- Limit = 256
- Match = "<end>"
- Replace = "<script> window.open=PrxRealOpen; </script>\r\n"
-
- Name = "Link De-Obfuscator"
- Active = TRUE
- Limit = 50
- Match = "onmouseover=("*.status=)\1"
- Replace = "nomouseover=\1"
-
- Name = "Anti-Auto-Refresher"
- Active = FALSE
- Bounds = "<meta\s*>"
- Limit = 256
- Match = "*http-equiv=("|)refresh*content=("|) [#2:10000](*url=("|)([^"' ]+)\1|)*"
- Replace = "<center><font size=1><a href=\1 >[Refresh]</a></font></center>"
-
- Name = "Wordwrap all form textboxes"
- Active = FALSE
- Limit = 128
- Match = "<textarea\s\1>"
- Replace = "<textarea wrap=soft \1>"
-
- Name = "GeoCities branding killer"
- Active = FALSE
- URL = "*.geocities."
- Limit = 2500
- Match = "<div class="geobranding*</script>"
- Replace = "<font size=1>[GeoBrand killed]</font>"
-
- Name = "Kill add-on JavaScripts "
- Active = TRUE
- Multi = TRUE
- Limit = 1024
- Match = "</body>\1<script*</script>"
- Replace = "<font size=1>[PostScript Killed]</font><br>\r\n"
- "</body>\1\r\n"
-
- Name = "Suppress all JavaScript errors"
- Active = TRUE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> function NoError(){return(true);} onerror=NoError; </script>\n"
-
- Name = "Kill alert/confirm boxes"
- Active = TRUE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> "
- "function NoBox(txt){ return(1);} "
- "window.alert=NoBox; window.confirm=NoBox; window.prompt=NoBox;"
- "function submit(){return(NULL);}"
- "</script>\n"
-
- Name = "Stop browser window resizing"
- Active = TRUE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> "
- "function moveTo(){return true;}"
- "function resizeTo(){return true;}"
- "</script>\n"
-
- Name = "Stop status bar scrollers"
- Active = FALSE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> function status(txt){return(1);} </script>\n"
-
- Name = "Kill Dynamic HTML JavaScripts"
- Active = FALSE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> function NoWrite(txt){return(1);} "
- "document.write=NoWrite; "
- "document.writeln=NoWrite; "
- "</script>\n"
-
- Name = "Stop JavaScript Timers"
- Active = FALSE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> function setTimeout(x,y){return(null);} </script>\n"
-
- Name = "Disable JavaScript"
- Active = FALSE
- Limit = 256
- Match = "<script*>"
- Replace = "<script language="ShonenScript 712.0">"
-
- Name = "Kill Nosey JavaScripts"
- Active = FALSE
- Bounds = "<script*</script>"
- Limit = 16000
- Match = "*(.(referrer|plugins|cookie|colorDepth|pixelDepth|external)|history.length)*"
- Replace = "<!-- Killed Nosey JavaScript -->"
-
- Name = "Disable JavaScript (and meta) cookies"
- Active = FALSE
- URL = "(^$LST(CookieList))"
- Limit = 128
- Match = ".cookie(*[(;)=])\1|http-equiv="Set-Cookie""
- Replace = ".Cracker\1"
-
- Name = "Hide Browser's Referrer from JS"
- Active = TRUE
- Limit = 15
- Match = ".referrer"
- Replace = ".referrer.substr(0,0)+"http://www.mmjp.or.jp/knife/""
-
- Name = "Hide Browser's Version from JS"
- Active = FALSE
- Limit = 25
- Match = "navigator.appVersion"
- Replace = "'2.1'"
-
- Name = "Hide Browser's Identity from JS"
- Active = FALSE
- Limit = 25
- Match = "navigator.(appName|userAgent)"
- Replace = "'ShonenScape'"
-
- Name = "Kill the worst Pop-Up windows"
- Active = FALSE
- Multi = TRUE
- Bounds = "<script*</script>"
- Limit = 1024
- Match = "\1(window.open|open) \(\2"
- Replace = "\n\1 null; foo=(\2"
-
- Name = "Kill window.external methods"
- Active = TRUE
- Limit = 40
- Match = "window.external.[^(]+"
- Replace = "null; "
-
- Name = "Stop OnMouseOver events"
- Active = FALSE
- Limit = 20
- Match = "onmouseover="
- Replace = "OnPheasantOver="
-
- Name = "Frame Jumper-Outer"
- Active = TRUE
- Multi = TRUE
- Bounds = "<a\s*>"
- Limit = 128
- Match = "<a\s(\0http://\1&(^*_(top|blank)))"
- Replace = "<a target=_top \0http://\1"
-
- Name = "Kill Style Sheets"
- Active = FALSE
- Limit = 4096
- Match = "<style*</style>"
- Replace = "<!-- style sheet killed -->"
-
- Name = "Kill Layers"
- Active = TRUE
- Limit = 20
- Match = "<(/|)\1(i|)layer"
- Replace = "<\1PeelLayer"
-
- Name = "iFrame/iLayer to link"
- Active = FALSE
- Bounds = "<iframe\s*</iframe>|<ilayer\s*</ilayer>"
- Limit = 1000
- Match = "<(iframe|ilayer)\0*src=(\w)\1*"
- Replace = "<font size=1><a target=_blank href=\1 >[\0]</a></font>"
-
- Name = "Frame Exploder"
- Active = FALSE
- Multi = TRUE
- Limit = 4096
- Match = "<start>"
- Replace = "<script> "
- "if (top.location != location){"
- "window.open(location.href); window.close(); "
- "} </script>"
-
- Name = "Kill top of page frame"
- Active = FALSE
- Multi = TRUE
- Bounds = "<frameset\s*>"
- Limit = 150
- Match = "\1 rows=("|)[#20:90] , (\*|100%)["' ] \3 "
- Replace = "\1 rows="0,*" \3"
-
- Name = "Kill bottom of page frame"
- Active = FALSE
- Multi = TRUE
- Bounds = "<frameset\s*>"
- Limit = 150
- Match = "\1 rows=("|)\* , [#10:100]["' ] \3 "
- Replace = "\1 rows="*,0" \3"
-
- Name = "Allow for frame resizing"
- Active = FALSE
- Multi = TRUE
- Bounds = "<frame*>"
- Limit = 256
- Match = "<(frameset|frame)\0\s \1 (frameborder=\w|noresize|border=((^("|)1)&\w)) \2 >"
- Replace = " <\0 \1 \2 border=1>"
-
- Name = "DeFramer"
- Active = FALSE
- Limit = 40
- Match = "<(/|)\1(frameset|noframes)"
- Replace = "<\1NoFrameset"
-
- Name = "Convert Frames to Links"
- Active = FALSE
- Limit = 256
- Match = "<frame\s*src=(\w)\1 *>"
- Replace = "<body><font size=2><a href=\1>Frame:\1</a></font><br></body>"
-
- Name = "DeTabler"
- Active = FALSE
- Limit = 200
- Match = "<(/|)t(able|r)*>"
- Replace = "<p>"
-
- Name = "Table width unlimiter"
- Active = FALSE
- Limit = 256
- Match = "<(table|td)\0\s\1width=[#500-*]\2>"
- Replace = "<\0 \1\2>"
-
- Name = "Kill meta tags that prevent page caching"
- Active = TRUE
- Limit = 30
- Match = "<meta http-equiv=("|)\#(expires|pragma|cache)\#"
- Replace = "<moota http-ignore=\@"
-
- Name = "Skinnier Table Border"
- Active = FALSE
- Limit = 128
- Match = "<table\s\1border=[#4-*]\2>"
- Replace = "<table \1border=3\2>"
-
- Name = "Webpage Comment Viewer"
- Active = FALSE
- Bounds = "<!--*-->"
- Limit = 256
- Match = "<!--\1-->"
- Replace = "<font size=1><pre><!--\1--></pre></font>"
-
- Name = "Foreign content-type filter"
- Active = FALSE
- Bounds = "<meta\s*>"
- Limit = 256
- Match = "*http-equiv="content-type"*charset=*"
- Replace = "<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">"
-
-
- [Proxies]
- OpenLog = TRUE
-
-
-